-
Notifications
You must be signed in to change notification settings - Fork 538
Add support for list of tensors output in Layer Gradient Attributor #1629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D79134965 |
698d601
to
d9b908f
Compare
…ytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Differential Revision: D79134965
This pull request was exported from Phabricator. Differential Revision: D79134965 |
…ytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Differential Revision: D79134965
d9b908f
to
43cb1fe
Compare
This pull request was exported from Phabricator. Differential Revision: D79134965 |
…ytorch#1629) Summary: Pull Request resolved: pytorch#1629 As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Differential Revision: D79134965
f72b40f
to
9262247
Compare
…ytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Differential Revision: D79134965
This pull request was exported from Phabricator. Differential Revision: D79134965 |
…ytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: craymichael Differential Revision: D79134965
9262247
to
15e2e28
Compare
This pull request was exported from Phabricator. Differential Revision: D79134965 |
…ytorch#1629) Summary: Pull Request resolved: pytorch#1629 As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: craymichael Differential Revision: D79134965
15e2e28
to
21a7248
Compare
…ytorch#1629) Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: craymichael Differential Revision: D79134965
21a7248
to
09b7130
Compare
…ytorch#1629) Summary: Pull Request resolved: pytorch#1629 As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly. Reviewed By: craymichael Differential Revision: D79134965
This pull request was exported from Phabricator. Differential Revision: D79134965 |
09b7130
to
508fdc8
Compare
Summary: As part of increasing % of layers supported, we want to extend Layer Gradient Attributor to support List of Tensor with grad outputs. This is fairly safe since we already support Tuple of Tensor with grad outputs, and iteration across both types behaves similarly.
Differential Revision: D79134965